home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / um / include / shared / skas_ptrace.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  254 b   |  15 lines

  1. /* 
  2.  * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
  3.  * Licensed under the GPL
  4.  */
  5.  
  6. #ifndef __SKAS_PTRACE_H
  7. #define __SKAS_PTRACE_H
  8.  
  9. #define PTRACE_FAULTINFO 52
  10. #define PTRACE_SWITCH_MM 55
  11.  
  12. #include "sysdep/skas_ptrace.h"
  13.  
  14. #endif
  15.